File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/vendor/livewire/livewire/js/component/PrefetchManager.js
Back
class PrefetchManager { constructor(component) { this.component = component this.prefetchMessagesByActionId = {} } addMessage(message) { this.prefetchMessagesByActionId[message.prefetchId] = message } actionHasPrefetch(action) { return Object.keys(this.prefetchMessagesByActionId).includes( action.toId() ) } actionPrefetchResponseHasBeenReceived(action) { return !! this.getPrefetchMessageByAction(action).response } getPrefetchMessageByAction(action) { return this.prefetchMessagesByActionId[action.toId()] } clearPrefetches() { this.prefetchMessagesByActionId = {} } } export default PrefetchManager
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings